Searched refs:objstr (Results 1 – 2 of 2) sorted by relevance
230 const char *objstr = NULL; in PEM_X509_INFO_write_bio() local235 objstr = EVP_CIPHER_get0_name(enc); in PEM_X509_INFO_write_bio()236 if (objstr == NULL in PEM_X509_INFO_write_bio()241 || strlen(objstr) + 23 + 2 * EVP_CIPHER_get_iv_length(enc) + 13 in PEM_X509_INFO_write_bio()270 objstr = EVP_CIPHER_get0_name(xi->enc_cipher.cipher); in PEM_X509_INFO_write_bio()271 if (objstr == NULL) { in PEM_X509_INFO_write_bio()279 PEM_dek_info(buf, objstr, EVP_CIPHER_get_iv_length(enc), in PEM_X509_INFO_write_bio()
320 const char *objstr = NULL; in PEM_ASN1_write_bio() local326 objstr = EVP_CIPHER_get0_name(enc); in PEM_ASN1_write_bio()327 if (objstr == NULL || EVP_CIPHER_get_iv_length(enc) == 0 in PEM_ASN1_write_bio()333 || strlen(objstr) + 23 + 2 * EVP_CIPHER_get_iv_length(enc) + 13 in PEM_ASN1_write_bio()386 PEM_dek_info(buf, objstr, EVP_CIPHER_get_iv_length(enc), (char *)iv); in PEM_ASN1_write_bio()
Completed in 5 milliseconds