Home
last modified time | relevance | path

Searched refs:tmp_blob (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/store/
H A Dloader_file.c435 const unsigned char *tmp_blob = blob; in try_decode_PrivateKey() local
441 tmp_pkey = d2i_PrivateKey(ameth->pkey_id, NULL, &tmp_blob, len); in try_decode_PrivateKey()
546 const unsigned char *tmp_blob = blob; in try_decode_params() local
560 && ameth->param_decode(tmp_pkey, &tmp_blob, len)) { in try_decode_params()