Searched refs:key_blob (Results 1 – 2 of 2) sorted by relevance
157 static u_char *key_blob = NULL; variable557 if (key_blob == NULL || key_bloblen != bloblen || in monitor_allowed_key()558 timingsafe_bcmp(key_blob, blob, key_bloblen)) in monitor_allowed_key()567 free(key_blob); in monitor_reset_key_state()571 key_blob = NULL; in monitor_reset_key_state()1328 if ((r = sshkey_to_blob(key, &key_blob, &key_bloblen)) != 0) in mm_answer_keyallowed()
1033 uint8_t *key_blob; in slh_dsa_spki_pub_to_der() local1041 key_blob = OPENSSL_memdup(ossl_slh_dsa_key_get_pub(key), key_len); in slh_dsa_spki_pub_to_der()1042 if (key_blob == NULL) in slh_dsa_spki_pub_to_der()1045 *pder = key_blob; in slh_dsa_spki_pub_to_der()