Lines Matching refs:secret_key
315 unsigned char *secret_key = NULL, *secret_keyid = NULL; in cms_main() local
524 if (secret_key != NULL) { in cms_main()
529 secret_key = OPENSSL_hexstr2buf(opt_arg(), <mp); in cms_main()
530 if (secret_key == NULL) { in cms_main()
776 && secret_key == NULL && pwri_pass == NULL) { in cms_main()
782 if (*argv == NULL && secret_key == NULL in cms_main()
827 if (secret_key && !secret_keyid) { in cms_main()
1020 if (secret_key != NULL) { in cms_main()
1022 secret_key, secret_keylen, in cms_main()
1027 secret_key = NULL; in cms_main()
1045 cms = CMS_EncryptedData_encrypt_ex(in, cipher, secret_key, in cms_main()
1151 if (secret_key != NULL) { in cms_main()
1153 secret_key, secret_keylen, in cms_main()
1192 if (!CMS_EncryptedData_decrypt(cms, secret_key, secret_keylen, in cms_main()
1275 OPENSSL_free(secret_key); in cms_main()