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

/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_lib.c76 static int load_iv(char **fromp, unsigned char *to, int num);
494 if (!load_iv(header_pp, &(cipher->iv[0]), enc->iv_len))
500 static int load_iv(char **fromp, unsigned char *to, int num) function

Completed in 40 milliseconds