HomeSort by relevance Sort by last modified time
    Searched refs:objstr (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/pem/
pem_info.c 302 const char *objstr = NULL; local
309 objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
310 if (objstr == NULL) {
338 objstr = OBJ_nid2sn(EVP_CIPHER_nid(xi->enc_cipher.cipher));
339 if (objstr == NULL) {
345 assert(strlen(objstr) + 23 + 2 * iv_len + 13 <= sizeof buf);
348 PEM_dek_info(buf, objstr, iv_len, (char *)iv);
pem_lib.c 261 const char *objstr = NULL; local
267 objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
268 if (objstr == NULL || EVP_CIPHER_iv_length(enc) == 0) {
316 assert(strlen(objstr) + 23 + 2 * iv_len + 13 <= sizeof buf);
320 PEM_dek_info(buf, objstr, iv_len, (char *)iv);

Completed in 78 milliseconds