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