Home | History | Annotate | Download | only in apps

Lines Matching defs:secret_key

378     unsigned char *secret_key = NULL, *secret_keyid = NULL;
592 if (secret_key != NULL) {
597 secret_key = OPENSSL_hexstr2buf(opt_arg(), &ltmp);
598 if (secret_key == NULL) {
850 && secret_key == NULL && pwri_pass == NULL) {
856 if (*argv == NULL && secret_key == NULL
901 if (secret_key && !secret_keyid) {
1098 if (secret_key != NULL) {
1100 secret_key, secret_keylen,
1105 secret_key = NULL;
1131 cms = CMS_EncryptedData_encrypt_ex(in, cipher, secret_key,
1237 if (secret_key != NULL) {
1239 secret_key, secret_keylen,
1278 if (!CMS_EncryptedData_decrypt(cms, secret_key, secret_keylen,
1362 OPENSSL_free(secret_key);