Lines Matching defs:secret_key
308 unsigned char *secret_key = NULL, *secret_keyid = NULL;
513 if (secret_key != NULL) {
518 secret_key = OPENSSL_hexstr2buf(opt_arg(), <mp);
519 if (secret_key == NULL) {
766 && secret_key == NULL && pwri_pass == NULL) {
772 if (*argv == NULL && secret_key == NULL
821 if (secret_key && !secret_keyid) {
997 if (secret_key != NULL) {
999 secret_key, secret_keylen,
1004 secret_key = NULL;
1022 cms = CMS_EncryptedData_encrypt_ex(in, cipher, secret_key,
1123 if (secret_key != NULL) {
1125 secret_key, secret_keylen,
1164 if (!CMS_EncryptedData_decrypt(cms, secret_key, secret_keylen,
1247 OPENSSL_free(secret_key);