Searched refs:_krb5_checksum_types (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-algs.c40 struct _krb5_checksum_type *_krb5_checksum_types[] = { variable in typeref:struct:_krb5_checksum_type
60 = sizeof(_krb5_checksum_types) / sizeof(_krb5_checksum_types[0]);
H A Dcrypto.h143 extern struct _krb5_checksum_type *_krb5_checksum_types[];
H A Dcrypto.c308 if(_krb5_checksum_types[i]->type == type)
309 return _krb5_checksum_types[i];

Completed in 63 milliseconds