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

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

Completed in 69 milliseconds