Searched refs:outbytes (Results 1 – 1 of 1) sorted by relevance
| /openbmc/pam-ipmi/src/pam_ipmisave/ |
| H A D | pam_ipmisave.c | 149 unsigned char *outbytes, size_t *outbyteslen, in encrypt_decrypt_data() argument 159 outbytes == NULL || mac == NULL || inbyteslen == 0 || in encrypt_decrypt_data() 198 if ((retval = EVP_CipherUpdate(ctx, outbytes + outlen, &outEVPlen, in encrypt_decrypt_data() 201 if ((retval = EVP_CipherFinal(ctx, outbytes + outlen, in encrypt_decrypt_data() 221 if (NULL == HMAC(digest, key, keylen, outbytes, *outbyteslen, in encrypt_decrypt_data()
|