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()
767 && secret_key == NULL && pwri_pass == NULL) { in cms_main()
773 if (*argv == NULL && secret_key == NULL in cms_main()
825 if (secret_key && !secret_keyid) { in cms_main()
996 if (secret_key != NULL) { in cms_main()
998 secret_key, secret_keylen, in cms_main()
1003 secret_key = NULL; in cms_main()
1021 cms = CMS_EncryptedData_encrypt_ex(in, cipher, secret_key, in cms_main()
1122 if (secret_key != NULL) { in cms_main()
1124 secret_key, secret_keylen, in cms_main()
1163 if (!CMS_EncryptedData_decrypt(cms, secret_key, secret_keylen, in cms_main()
1246 OPENSSL_free(secret_key); in cms_main()